//Skeleton
/*


Version		Author 					Date
1.0		Chris Hardy (IBM Australia)		16/02/15  - Initial version

.
*/

// ========================================================================================
//Include Files
// ========================================================================================
#include <\addins\Navy\includes\Handy.inc>


pragma runLim,0

// ========================================================================================
//Number strings
// ========================================================================================
string nl = "\n"
string sp = " "
string tb = "\t"
string emptyStr = ""
string dot = "."
string comma = ","

const string attr01 = "Object Text"
const string attr02 = "Object Heading"
const string attr03 = "TableType"

const string attrVal01 = "TableNone"
const string attrVal02 = "TableBase"
const string attrVal03 = "TableRow"
const string attrVal04 = "TableCell"

const string viewName01 = "Standard View"


// ========================================================================================
//Global Attributes
// ========================================================================================
Module thisMod = current


// ========================================================================================
//Global Arrays
// ========================================================================================



// ========================================================================================
//Global Indexes
// ========================================================================================



// ========================================================================================
//Global Skip List
// ========================================================================================



// ========================================================================================
//External File Attributes
// ========================================================================================



// ========================================================================================
//Dialog Box Attributes
// ========================================================================================



//=========================================================================================
//Dialog Labels
//=========================================================================================
//The following are dialogue and column labels 


//=========================================================================================
//Triggers
//=========================================================================================

// ========================================================================================
// ========================================================================================
//Functions
// ========================================================================================
// ========================================================================================


//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
// ========================================================================================
//Dialog Box
// ========================================================================================
//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
//MAIN =====================================================================================
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



